Providing a reproducible analysis is the most important and easiest aspect of open science
Different scripts for
fn = "my_analysis_results.Rdata" if (file.exists(fn)) { load(fn) } else { # make my analysis save(my_fit, file = fn) }
Start each paper by setting up a (git/github) project